﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

body {
    width:100%;
    margin:0 auto;
}
.nava {
    height: 40px;
    background: linear-gradient(30deg,#00ec72,#00ff00);
}

.navb {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
}

.navalist li {
    float: left;
    height: 40px;
    width: auto;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
}

.navalist a {
    color: #0527af;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
}

    .navalist a:hover {
        background: #fa0;
        color: white;
    }

    .navalist a:nth-child(1) {
        margin-left: 0;
    }
.middle {
    width: 1200px;
    height: 800px;
    display: block;
    margin: 0 auto;
    border: 1px solid #1e69e0;
    border-radius: 15px;
}
.right {
    width: 32%;
    height: 700px;
    display: block;
    background-color: #1e69e0;
    float: left;
    border: 1px solid blue;
    border-top-left-radius: 15px;
    position:relative;
    color:white;
}
.left {
    width: 68%;
    height: 300px;
    display: block;
    float:right;
}
.name {
    width: 100%;
    padding-top: 30px;
    text-align: center;    
}
    .name image {
        width:30px;height:30px;
    }
    .name p {
        margin-top:20px;
    }